home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9756 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  807 b 

  1. Path: newshost.centrum.is!news
  2. From: bjarnir@centrum.is (Bjarni Ragnarsson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Bitmaps-DIB's, BMP
  5. Date: 4 Mar 1996 12:47:44 GMT
  6. Organization: BR Software
  7. Message-ID: <4heopg$sgv@newshost.centrum.is>
  8. NNTP-Posting-Host: tungl-89.centrum.is
  9. X-Newsreader: WinVN version 0.82
  10.  
  11. Can anyone help me here.
  12.  
  13. Is there a API or Visual C++ 4.0 function to stretch bitmaps into memory ?
  14. I need to display the same stretched bitmaps frequently.  By using
  15. the StretchBlt f.e. I'm unneccessarily slowing the process by doing the same 
  16. stretching over and over.
  17.  
  18. I wish to store bitmaps as "pre-zoomed" bitmaps so that I can use BitBlt (or 
  19. another function I'm not aware of) in order to minimize the usage of 
  20. StretchDIBits or StretchBlt.
  21.  
  22. Any pointers greatly appreciated,
  23. Bjarni Ragnarsson
  24.